home *** CD-ROM | disk | FTP | other *** search
- me = Number(_name);
- gotoAndStop(me);
- if(me > _root.muchbikes)
- {
- _visible = false;
- }
- time = _root.winnertime[_name];
- icon.gotoAndStop(_root.bikers[_root.winner[_name]]);
- payment = Math.round((_root.muchbikes - me) * 25 / Number(_name));
- reward = "$" + payment;
- if(_root.winner[_name] == _root.human and _root.muchbikes > 1)
- {
- _root.changemoney(payment);
- _root.score += _root.money * 100;
- }
-